services.unison.pairs.<name>.commandOptions

Additional command line options as a dictionary to pass to the unison program.

Use a list of strings to declare the same option multiple times.

See unison(1) for a list of available options.

Type
attribute set of (string or list of string)
Default
{
  repeat = "watch";
  sshcmd = "${pkgs.openssh}/bin/ssh";
  ui = "text";
  auto = "true";
  batch = "true";
  log = "false"; # don't log to file, handled by systemd
}
Declared
<home-manager/modules/services/unison.nix>